C1.LiveLinq.Indexing Namespace > Index<T> Class > GroupJoin Method : GroupJoin<T2,TResult>(IIndexScanner<T2>,Func<T,IEnumerable<T2>,TResult>) Method |
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
Implements IIndexScanner(T).GroupJoin
'Declaration
Public Overloads Function GroupJoin (Of T2,TResult)( _ ByVal source As IIndexScanner(Of T2), _ ByVal resultSelector As System.Func(Of T,IEnumerable(Of T2),TResult) _ ) As System.Collections.Generic.IEnumerable(Of TResult)
public System.Collections.Generic.IEnumerable<TResult> GroupJoin<T2,TResult>( IIndexScanner<T2> source, System.Func<T,IEnumerable<T2>,TResult> resultSelector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2